var encoding/asn1.rawContentsType

4 uses

	encoding/asn1 (current package)
		asn1.go#L665: 	rawContentsType      = reflect.TypeOf(RawContent(nil))
		asn1.go#L927: 			structType.Field(0).Type == rawContentsType {
		asn1.go#L935: 			if i == 0 && field.Type == rawContentsType {
		marshal.go#L505: 		if t.Field(0).Type == rawContentsType {